home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / EmacsTeX / Emacs-3.0.1 / Source / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1995-06-12  |  253 b   |  10 lines

  1. OTHER_GARBAGE = display.h lisp.el lisp.elc
  2.  
  3. ELISP_SOURCES = lisp/eterm-mouse.el lisp/eterm-low.el lisp/eterm-fns.el
  4.  
  5. lisp.el: $(ELISP_SOURCES)
  6.     cat $(ELISP_SOURCES) > lisp.el
  7.  
  8. lisp.elc: lisp.el
  9.     emacs -batch -q -f batch-byte-compile lisp.el > /dev/null
  10.